@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);



*{margin:0;padding:0;}

html, body { margin: 0px; padding:0px; font-family: 'Nanum Gothic', sans-serif; font-size:12px;}


img { border : 0px;}
a:link {color: #575757; text-decoration:none; font-family: 'Nanum Gothic', sans-serif;}
a:visited {color:#575757; text-decoration:none; font-family: 'Nanum Gothic', sans-serif;}
a:hover {color: #575757; text-decoration:none; font-family: 'Nanum Gothic', sans-serif;}
a:active {color: #575757; text-decoration: none; ffont-family: 'Nanum Gothic', sans-serif;}



/*RESET CSS*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
 vertical-align: baseline;
 font-family: 'Nanum Gothic', sans-serif;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 outline: 0;
 padding: 0;
 margin: 0;
 border: 0;;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}